Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate components into their own packages #48

Merged
merged 5 commits into from
Dec 5, 2024

Conversation

jwilliamson-acquia
Copy link
Contributor

Fixes #47

After discussing the problem with @joephela, we decided it would be best to separate the components into their own packages and leave eslint-config-widen as-is so that other apps won't need to update right away.

This PR creates the following packages corresponding to the exported members of the same name in eslint-config-widen

  • eslint-config-widen-base

  • eslint-config-widen-jest

  • eslint-config-widen-playwright

  • eslint-config-widen-react

  • eslint-config-widen-typescript

  • Tests pass: N/A - no tests included for the original code

  • Appropriate changes to README are included in PR

The Readme for the base repo and eslint-config-widen could use an update as well, and I can handle that if appropriate

@jwilliamson-acquia jwilliamson-acquia self-assigned this Dec 3, 2024
Copy link

changeset-bot bot commented Dec 3, 2024

🦋 Changeset detected

Latest commit: a0b2d90

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 5 packages
Name Type
eslint-config-widen-playwright Major
eslint-config-widen-typescript Major
eslint-config-widen-react Major
eslint-config-widen-base Major
eslint-config-widen-jest Major

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@jwilliamson-acquia jwilliamson-acquia marked this pull request as ready for review December 4, 2024 15:51
@jwilliamson-acquia jwilliamson-acquia requested a review from a team as a code owner December 4, 2024 15:51
@joephela joephela requested a review from avo December 4, 2024 18:52
@jwilliamson-acquia jwilliamson-acquia merged commit bd529a2 into main Dec 5, 2024
5 checks passed
@jwilliamson-acquia jwilliamson-acquia deleted the separate-packages branch December 5, 2024 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to use components without installing dependencies for unused components
3 participants